home *** CD-ROM | disk | FTP | other *** search
- object frmPathOptions: TfrmPathOptions
- Left = 229
- Top = 218
- BorderStyle = bsToolWindow
- Caption = 'Edit Library Search Path Options'
- ClientHeight = 278
- ClientWidth = 274
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 274
- Height = 243
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 0
- object PageControl1: TPageControl
- Left = 5
- Top = 5
- Width = 264
- Height = 233
- ActivePage = TabSheet1
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Options'
- object GroupBox1: TGroupBox
- Left = 5
- Top = 10
- Width = 245
- Height = 66
- Caption = 'Package Support'
- TabOrder = 0
- object cbxSync: TCheckBox
- Left = 10
- Top = 40
- Width = 166
- Height = 17
- Caption = 'Sync with Packages'
- TabOrder = 0
- end
- object cbxDisplayPackages: TCheckBox
- Left = 10
- Top = 20
- Width = 204
- Height = 17
- Caption = 'Display Package Paths in List'
- TabOrder = 1
- end
- end
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 243
- Width = 274
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TButton
- Left = 193
- Top = 5
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object Button2: TButton
- Left = 113
- Top = 5
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- end
- object FormStorage: TFormStorage
- IniFileName = '\Software\Borland\Delphi\3.0\Solutions'
- IniSection = 'PathEditor'
- Options = [fpState, fpPosition, fpActiveControl]
- UseRegistry = True
- StoredProps.Strings = (
- 'cbxDisplayPackages.Checked'
- 'cbxSync.Checked')
- Left = 229
- Top = 32
- end
- end
-